home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Business Master (3rd Edition)
/
The Business Master (3rd Edition).iso
/
files
/
grap_cad
/
idtool3
/
alps3.exe
/
lha
/
KD.BAT
< prev
next >
Wrap
DOS Batch File
|
1990-12-30
|
889b
|
26 lines
echo off
cls
cd\keydraw
if exist kd_draw.hhh ren kd_draw.hhh kd_draw.hlp
if exist kd_draw.ddd ren kd_draw.ddd kd_draw.dft
if exist kd_draw.dft goto start
echo ┌──────────────────────────────────────────────────────────────────────┐
echo │PC-KEY-DRAW needs to be configured to your system. A configuration │
echo │screen will appear when the program is entered. First time users need│
echo │only worry about setting the drives to use for the workspace (ram disk│
echo │is good if available) and for completed drawings. │
echo │Use (Ctrl-s)tatus to reach configuration from within program. │
echo └──────────────────────────────────────────────────────────────────────┘
pause
:start
if exist kdshell.bat del kdshell.bat
if not %1!==! goto runmacro
kd_draw
goto end
:runmacro
kd_draw %1
:end
if exist kdshell.bat kdshell
cd\alps
alps